-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Initial framework for jablib-examples #14233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- BibliographyFromPdfImporter is also an PdfImporter - importDatabase returns ParserResult (for consistency)
(and fix BibligraphyFromPdfImporter method use)
|
JBang fails are very strange - I think, we can ignore them - and bet that the main branch will be OK Strange, because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are small changes/ideas
jablib/src/main/java/org/jabref/logic/importer/plaincitation/PlainCitationParserChoice.java
Outdated
Show resolved
Hide resolved
jablib/src/main/java/org/jabref/logic/importer/fileformat/pdf/CitationsFromPdf.java
Outdated
Show resolved
Hide resolved
jablib/src/main/java/org/jabref/logic/importer/fileformat/pdf/CitationsFromPdf.java
Show resolved
Hide resolved
jablib/src/main/java/org/jabref/logic/importer/plaincitation/SeveralPlainCitationParser.java
Show resolved
Hide resolved
jablib/src/main/java/org/jabref/logic/importer/plaincitation/LlmPlainCitationParser.java
Show resolved
Hide resolved
jablib/src/main/java/org/jabref/logic/importer/plaincitation/ReferencesBlockFromPdfFinder.java
Show resolved
Hide resolved
...src/main/java/org/jabref/logic/importer/fileformat/pdf/RuleBasedBibliographyPdfImporter.java
Show resolved
Hide resolved
|
Checkstyle fails because JEP 512 is not supported. See checkstyle/checkstyle#17810. Need to work on ignoring this file. |
Co-authored-by: Ruslan <[email protected]>
…dd-jablib-examples
|
IntelliJ Community (2025.2.4) has issues with formatting Markdown code blocks. Therefore, I switched to HTML (fc384e7). My EAP version doesn't have this issue; thus that commit could be reverted as soon as a new IntelliJ version is released. |
With the modularization we got "jablib". Now, its time to offer it as "useful" library.
I tried to write some scripts in JBang, but the API of JabRef was less than OKish, so I refactored.
Aim for this PR:
DOI to BibTeX--> follow-up PRAdditional Changes
IEEE as explicit rule-based parser available
Mandatory checks
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user)